home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 July & August
/
PCWorld_2006-07-08_cd.bin
/
v cisle
/
acehtml
/
acehtmlfreeware.exe
/
scriptdef
/
Write and Slide.sd
< prev
Wrap
INI File
|
2004-06-28
|
1KB
|
53 lines
[SUBJECT]
Description=Initially adds letters one by one, then scrolls the message to the left
ImageIndex=-1
Folder=Text Effects
[HEAD_TEXT]
;<!-- This script and many more are available free online at -->
;<!-- The JavaScript Source!! http://javascript.internet.com -->
;
;<script language="JavaScript">
;
;<!-- Begin
;var Message="`message`";
;var place=1;
;function scrollIn() {
;window.status=Message.substring(0, place);
;if (place >= Message.length) {
;place=1;
;window.setTimeout("scrollOut()",300);
;} else {
;place++;
;window.setTimeout("scrollIn()",50);
; }
;}
;function scrollOut() {
;window.status=Message.substring(place, Message.length);
;if (place >= Message.length) {
;place=1;
;window.setTimeout("scrollIn()", 100);
;} else {
;place++;
;window.setTimeout("scrollOut()", 50);
; }
;}
;// End -->
;</script>
[BODY_TAG]
;onLoad="scrollIn()"
[`message`]
Kind=S
Value=Yet another simple scroll from TJS! You could have done it!!